-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add steam image provider #363
Conversation
That's a good idea.
I'm not even sure if we need to get applist, because GameHub can already parse Steam's ExamplesFactorio
Half-Life: Alyx
|
I thought that only contains installed/owned games? Would make stuff a bit easier.
Seems so. My |
I've added the previous manual cache method as fallback. Sadly it's possible some false positive raise up like: https://steamdb.info/app/12250/ instead of https://steamdb.info/app/12120/ where assets are missing. |
I've added local custom grids as search results so this will fix #314 |
Add steam image provider Former-commit-id: 19bbd48
This adds steam as an image provider for all games which makes official game art available for games owned outside of steam.
If the game isn't owned at steam an exact name search will be performed at a list of all available apps.
Steams applist will be cached and only updated once a day.
Since steam only hosts official game art the steam image provider is placed at the front of all found images.
There's still a flaw I couldn't figure out: Sometimes the other image provider don't load any images. When adding debug messages to see whether they are even searching for images they always load the images so I'm unable to debug this error. Maybe you have an idea why they're missing sometimes.